home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / idcutils.zip / DD.DOC < prev    next >
Text File  |  1988-11-01  |  1KB  |  49 lines

  1.  
  2.  
  3.             DD.EXE - disk directory
  4.             
  5.     Copyright 1988 Infinity Design Concepts, Inc. all rights reserved
  6.               
  7.  
  8.     SHAREWARE from
  9.     
  10.             Infinity Design Concepts, Inc.
  11.             1052 Parkway Drive
  12.             Louisville, Kentucky 40217    USA
  13.             502-636-1234
  14.  
  15.  
  16.     This program will scan a directory and display the unsorted
  17.     filenames matching a user supplied mask, along with their
  18.     size, date, time and file attributes. It's not super-duper
  19.     terrific, but we had need of it in-house and just thought
  20.     that others might find it useful at times as well.
  21.     
  22.     
  23.  
  24.     DD is invoked via any of the following options,
  25.         
  26.         dd    - shows all files in the current directory
  27.         dd c:    - displays all files in the root on C:
  28.         dd c:\idc - shows all files in the idc subdirectory
  29.         dd *.asm - displays all files with the .ASM extension
  30.         dd d:\idcshell\*.bat - displays all .BAT files in the
  31.                                idcshell subdirectory
  32.  
  33.  
  34.     The command line switches are,
  35.     
  36.     
  37.         dd /h    - displays a listing of the command line switches
  38.         dd /np  - disables output pagination (doesn't stop with
  39.               each screen full)
  40.         dd /43    - formats output for 43 screen lines (EGA and up)
  41.  
  42.     Note that only one of the switches can be used at a time and the 43
  43.     line mode ALWAYS paginates the output.
  44.     
  45.     The program can be aborted with ^C at any time.
  46.  
  47.  
  48. End of File
  49.